C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridRowColCollection<T> Class / DefaultSize Property

In This Topic
DefaultSize Property (GridRowColCollection<T>)
In This Topic
Gets or sets the default size for the items in the collection.
Syntax
'Declaration
 
Public Property DefaultSize As Nullable(Of GridLength)
 
See Also